PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFSoundAnnotation Class / setSoundPayload Method
The content of the sound played by the annotation.
In This Topic
    setSoundPayload Method
    In This Topic
    Sets the sound content.
    Syntax
    public void setSoundPayload( 
       byte[] soundPayload
    )

    Parameters

    soundPayload
    The content of the sound played by the annotation.
    Exceptions
    ExceptionDescription
    When sound payload is null.
    See Also